﻿/****************************** components ******************************/
.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.clearfix, .container:after,
.row:after, ul {
  *zoom: 1;
}

.clearfix:after, .container:after,
.row:after, ul:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.content img {
  max-width: 100%;
}

.content_box,
.content_box *,
.content_box *:before,
.content_box *:after {
  box-sizing: content-box;
}

.ml5 {
  margin-left: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.mg5 {
  margin: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pd5 {
  padding: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mg10 {
  margin: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pd10 {
  padding: 10px;
}

.ml15 {
  margin-left: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.mg15 {
  margin: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pd15 {
  padding: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mg20 {
  margin: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pd20 {
  padding: 20px;
}

.ml25 {
  margin-left: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.mg25 {
  margin: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pd25 {
  padding: 25px;
}

.ml30 {
  margin-left: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mg30 {
  margin: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pd30 {
  padding: 30px;
}

.ml35 {
  margin-left: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.mg35 {
  margin: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pd35 {
  padding: 35px;
}

.ml40 {
  margin-left: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.mg40 {
  margin: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pd40 {
  padding: 40px;
}

.ml45 {
  margin-left: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.mg45 {
  margin: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pd45 {
  padding: 45px;
}

.ml50 {
  margin-left: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.mg50 {
  margin: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pd50 {
  padding: 50px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f24 {
  font-size: 24px;
}

.f26 {
  font-size: 26px;
}

.f28 {
  font-size: 28px;
}

.f30 {
  font-size: 30px;
}

.f32 {
  font-size: 32px;
}

.f34 {
  font-size: 34px;
}

.f36 {
  font-size: 36px;
}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #333;
  font-size: 14px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ol {
  list-style: none;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
  cursor: pointer;
}

a {
  color: inherit;
  color: expression(this.parentNode.currentStyle.color);
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

small {
  font-size: 12px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/****************************** style ******************************/
body,
button,
input,
select,
textarea {
  font: 12px/1.4 "\5FAE\8F6F\96C5\9ED1", "arial";
  color: #5a5a5a;
  font-size: 12px;
}

.center {
  width: 1000px;
  margin: 0 auto;
}

.header {
  width: 100%;
  overflow: hidden;
}

.head_text {
  height: 35px;
  background: #F6F6F6;
}

.head_text p {
  line-height: 35px;
  width: 100%;
}

.head_text p b {
  font-size: 14px;
}

.head_text p span {
  float: right;
}

.head_text p span a {
  font-size: 14px;
  margin-right: 4px;
}

.head_top_content {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.head_top_content .head_logo img {
  height: 57px;
  margin-top: 26px;
  float: left;
}

.head_top_content .head_logo .head_tit {
  float: left;
  padding-left: 10px;
  padding-top: 20px;
}

.head_top_content .head_logo .head_tit h4 {
  font-size: 28px;
  letter-spacing: 4px;
  color: #000;
}

.head_top_content .head_logo .head_tit h6 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}

.head_top_content .head_logo .head_fr {
  padding-left: 20px;
  margin-left: 20px;
  height: 40px;
  border-left: 1px solid #ccc;
  margin-top: 35px;
}

.head_top_content .head_logo .head_fr p {
  color: #0266C3;
  font-size: 18px;
  line-height: 40px;
}

.head_top_content .fr {
  margin-top: 30px;
}

.head_top_content .fr p {
  display: block;
 
  font-size: 16px;
  color: #333;
}

.head_top_content .fr p img {
  float: left;
  padding-right: 10px;
  padding-top: 2px;
}

.head_nav {
  width: 100%;
  background: #2A2A2A;
  height: 42px;
}

.head_nav ul li {
  float: left;
  width: 200px;
  line-height: 42px;
  text-align: center;
}

.head_nav ul li:first-child {
  background: url(../images/li1.jpg) no-repeat left center;
}

.head_nav ul li:hover a {
  background: #0057a9;
  color: #fff;
}

.head_nav ul li a {
  width: 200px;
  height: 42px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: url(../images/li1.jpg) no-repeat right center;
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height:500px;
}

.banner ul li {
  position: relative;
}

.banner ul li img {
  width: 1920px;
  height:500px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.banner_text {
  position: absolute;
  left: 19%;
  top: 25%;
  z-index: 99;
}

.banner_text .banner_text_content p strong {
  color: #034EA2;
  font-size: 51px;
  display: block;
}

.banner_text .banner_text_content p span {
  display: block;
  letter-spacing: 2px;
  color: #034EA2;
  font-size: 32px;
  padding-left: 160px;
  font-weight: bold;
}

.main {
  width: 100%;
}

.i_box1 {
  width: 100%;
  background: #F6F6F6;
  padding: 30px 0;
}

.i_box1 .i_box1_content {
  width: 100%;
  padding: 20px 0;
  background: #fff;
}

.search_bg {
  background: #F8F8F8;
  height: 56px;
  width: 100%;
}

.search {
  width: 100%;
  height: 56px;
  overflow: hidden;
  margin-bottom: 25px;
}

.search p {
  float: left;
  line-height: 56px;
}

.search p b {
  font-weight: bold;
  font-size: 14px;
}

.search p a {
  font-size: 14px;
  margin-left: 4px;
}

.search p a:hover {
  color: #47cdff;
}

.search div {
  float: right;
  padding-top: 15px;
}

.search div .texta {
  width: 256px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  color: #666666;
  font-weight: normal;
  line-height: 24px;
  height: 28px;
  vertical-align: middle;
  border: #D3D3D3 1px solid;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-appearance: none;
  outline: none;
  -webkit-border-radius: 0;
  display: block;
  float: left;
}

.search div .btna {
  width: 50px;
  background: url(../images/sea.jpg) no-repeat left top;
  font-family: SimSun;
  font-weight: normal;
  border: #fff 0px solid;
  float: left;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-align: center;
  float: left;
}

.main_l {
  width: 210px;
  position: relative;
  background: #fff;
  z-index: 999;
}

.main_l p {
  background: #0057a9;
  width: 100%;
  height: 80px;
  padding-top: 14px;
}

.main_l p strong {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  display: block;
}

.main_l p span {
  font-size: 14px;
  line-height: 28px;
  color: #8EB5D8;
  display: block;
  text-align: center;
}

.main_l ul {
  width: 100%;
  background: #fff;
  padding: 3px 0;
}

.main_l ul li {
  width: 100%;
  background: #000;
  height: 43px;
  float: left;
  margin-bottom: 3px;
  margin-top: 6px;
}

.main_l ul li:hover {
  background: #0057a9;
}

.main_l ul li:hover span {
  color: #fff;
}

.main_l ul li a {
  height: 43px;
  width: 100%;
  display: block;
}
/* .yangshi { */
  /* position:relative;display:none;font-weight:bold; */
/* } */


/* .main_l ul:hover .yangshi{display:block;z-index:999;background-color: #FFFFFF;} */

.main_l ul li a span {
  font-size: 12px;
  color: #fff;
  line-height: 43px;
  display: block;
  text-align: center;
}

.main_l ul li a strong {
  font-size: 18px;
  color: #fff;
  line-height: 43px;
  display: block;
  text-align: center;
}

.main_l ul li a i {
  float: right;
  font-style: normal;
}


.main_l .contact {
  width: 100%;
  padding-top: 40px;
  border: 1px solid #eee;
}

.main_l .contact img {
  width: 100%;
  display: block;
}

.main_l .contact span {
  line-height: 145%;
  letter-spacing: 1px;
  font-size: 13px;
  display: block;
  padding: 10px;
}

.page_contact {
  width: 100%;
  background: #f9f9f9;
  height: 294px;
  margin-top: 15px;
}

.page_contact img {
  height: 124px;
  width: 100%;
}

.page_contact span {
  width: 100%;
  margin-top: 4px;
  font-size: 12px;
  line-height: 200%;
  padding: 0 15px;
  display: block;
  color: #333;
}

.pro_list {
  width: 770px;
  overflow: hidden;
}

.pro_list ul {
  width: 106%;
}

.pro_list ul li {
  width: 172px;
  height: 200px;
  padding: 15px;
  margin-right: 21px;
  margin-bottom: 10px;
  float: left;
  border: 1px solid #eee;
}

.pro_list ul li:hover {
  border: 1px solid #0057a9;
}

.pro_list ul li:hover span {
  color: #0B89DD;
}

.pro_list ul li a .imgauto1 {
  width: 140px;
  height: 140px;
  overflow: hidden;
}

.pro_list ul li a span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.i_box2 {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  background: url(../images/abbg.jpg);
}

.i_box2 .i_box2_f1 {
  width: 100%;
}

.i_box2 .i_box2_f1 .fl {
  width: 360px;
  height: 280px;
}

.i_box2 .i_box2_f1 .fl img {
  width: 100%;
}

.i_box2 .i_box2_f1 .fr {
  width: 640px;
  height: 280px;
  padding: 20px;
  background: #fff;
}

.i_box2 .i_box2_f1 .fr h3 {
  font-size: 16px;
  color: #333;
  line-height: 140%;
  display: block;
  margin-bottom: 15px;
}

.i_box2 .i_box2_f1 .fr .fr_text {
  width: 100%;
  margin-bottom: 25px;
}

.i_box2 .i_box2_f1 .fr .fr_text p {
  font-size: 12px;
  line-height: 200%;
}

.i_box2 .i_box2_f1 .fr a {
  color: #FF6600;
  display: block;
  float: left;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 20px;
}

.i_box2 .i_box2_f2 {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.i_box2 .i_box2_f2 .i_box2_img {
  width: 100%;
  overflow: hidden;
}

.i_box2 .i_box2_f2 .i_box2_img ul li {
  width: 264px;
  padding: 0 12px;
  float: left;
}

.i_box2 .i_box2_f2 .i_box2_img ul li .imgauto1 {
  width: 240px;
  height: 150px;
  overflow: hidden;
}

.i_box2 .i_box2_f2 .i_box2_img ul li p {
  text-align: center;
  font-size: 13px;
  padding-top: 5px;
}

.i_box2 .i_box2_f3 {
  background: #fff;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox .sPrev {
  background: url(../images/prve.png) no-repeat left;
  width: 30px;
  height: 48px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: .2;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox .sPrev:hover {
  opacity: .4;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox .sNext {
  background: url(../images/prve.png) no-repeat right;
  width: 30px;
  height: 48px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .2;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox .sNext:hover {
  opacity: .4;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox .tempWrap {
  left: 92px;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox ul li {
  width: 200px;
  height: 125px;
  float: left;
}

.i_box2 .i_box2_f3 .i_box2_f3list .i_box2_par .slideBox ul li img {
  width: 160px;
  height: 90px;
  display: block;
  margin: 0 auto;
}

.i_box2_tit {
  width: 100%;
  padding: 20px 0;
}

.i_box2_tit p {
  text-align: center;
  font-size: 20px;
  font-weight:bold;
  line-height: 22.4px;
  color:#309FFD;
}

.i_box2_tit p strong {
  font-size: 16px;
  line-height: 22.4px;
}

.i_box2_tit p span {
  font-size: 14px;
  line-height: 19.6px;
  padding-left: 10px;
}

.i_box3 {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}

.i_box3 .i_box3_tit {
  width: 100%;
  margin-bottom: 15px;
}

.i_box3 .i_box3_tit p {
  float: left;
  line-height: 26px;
}

.i_box3 .i_box3_tit p strong {
  font-size: 16px;
  color: #666;
}

.i_box3 .i_box3_tit p span {
  font-size: 14px;
  padding-left: 10px;
  color: #999;
}

.i_box3 .i_box3_tit a {
  float: right;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 20px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #999;
}

.i_box3 .i_box3_list {
  width: 100%;
  padding: 2% 1%;
  background: url(../images/probg.jpg) repeat-x left;
}

.i_box3 .i_box3_list .i_box3_content {
  width: 100%;
  overflow: hidden;
}

.i_box3 .i_box3_list .i_box3_content ul li {
  width: 200px;
  padding: 0 10px;
  float: left;
}

.i_box3 .i_box3_list .i_box3_content ul li a img {
  width: 180px;
  height: 180px;
}

.i_box3 .i_box3_list .i_box3_content ul li a p {
  padding-top: 15px;
  text-align: center;
  color: #fff;
}

.imgauto1 {
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.i_box4_content {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  overflow: hidden;
}

.i_box4_content .i_box4_list ul li {
  width: 50%;
  height: 192px;
  float: left;
  overflow: hidden;
}

.i_box4_content .i_box4_list ul li.active .i_box4_text b .img1 {
  margin-right: -7px;
  margin-left: 0;
}

.i_box4_content .i_box4_list ul li.active .i_box4_text b .img2 {
  margin-right: -7px;
  margin-left: 0;
}

.i_box4_content .i_box4_list ul li .i_box4_img img {
  width: 300px;
  height: 192px;
}

.i_box4_content .i_box4_list ul li .i_box4_text {
  width: 200px;
  position: relative;
  height: 192px;
}

.i_box4_content .i_box4_list ul li .i_box4_text:hover .img1 {
  top: 192px;
  z-index: 8;
  transition: .5s;
}

.i_box4_content .i_box4_list ul li .i_box4_text:hover .img2 {
  top: 0;
  z-index: 9;
  transition: .5s;
}

.i_box4_content .i_box4_list ul li .i_box4_text b {
  width: 200px;
  height: 192px;
  position: absolute;
}

.i_box4_content .i_box4_list ul li .i_box4_text b .img1 {
  margin-left: -7px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .5s;
}

.i_box4_content .i_box4_list ul li .i_box4_text b .img2 {
  margin-left: -7px;
  position: absolute;
  left: 0;
  top: -192px;
  transition: .5s;
}

.i_box4_content .i_box4_list ul li .i_box4_text span {
  position: relative;
  display: block;
  color: #fff;
  z-index: 10;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 30px;
}

.i_box4_content .i_box4_list ul li .i_box4_text p {
  position: relative;
  display: block;
  color: #fff;
  z-index: 10;
  padding: 0 20px;
  margin-top: 15px;
  font-size: 12px;
  line-height: 180%;
}

.i_box5 {
  width: 100%;
  padding-bottom: 40px;
  background: url(../images/casebg.jpg) no-repeat top center;
}

.i_box5 .i_box5_content .i_box2_tit p {
  float: left;
}

.i_box5 .i_box5_content .i_box2_tit a {
  float: right;
  background: url(../images/more.png) no-repeat right center;
  padding-right: 20px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #999;
}

.i_box5 .i_box5_content .i_box5_list {
  width: 100%;
  background: #fff;
  padding: 20px 10px;
  overflow: hidden;
}

.i_box5 .i_box5_content .i_box5_list ul {
  width: 105%;
}

.i_box5 .i_box5_content .i_box5_list ul li {
  width: 300px;
  float: left;
  margin-right: 38px;
  border: 3px solid #fff;
  height: 350px;
}

.i_box5 .i_box5_content .i_box5_list ul li a .imgauto {
  width: 297px;
  height: 203px;
  overflow: hidden;
}

.i_box5 .i_box5_content .i_box5_list ul li a i {
  font-size: 14px;
  padding-top: 2px;
  color: #434343;
  font-style: normal;
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

.i_box5 .i_box5_content .i_box5_list ul li a i:hover {
  color: #0064D4;
}

.i_box5 .i_box5_content .i_box5_list ul li span {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  padding-top: 4px;
  color: #929292;
  line-height: 140%;
}

.i_box5 .i_box5_content .i_box5_list ul li p {
  font-size: 12px;
  padding-top: 5px;
  color: #666;
  font-weight: normal;
  line-height: 140%;
}

.main .i_box5{
    padding-top: 30px;
    background-size: 100% 100%;
    background: #fff;
}
.main .i_box5 .i_box5_content .i_box5_list ul li{
    margin-bottom: 30px;
}
.link {
  width: 100%;
  margin-bottom: 40px;
}

.link .link_tit {
  width: 100%;
  margin: 20px 0;
}

.link .link_tit p {
  font-size: 14px;
  line-height: 140%;
  color: #333;
}

.link .i_link ul li {
  float: left;
  width: 100px;
  height: 50px;
  margin-right: 20px;
}

.link .i_link ul li img {
  width: 100px;
  height: 50px;
}

.link .i_link_c ul a{
  line-height: 24px;
  float: left;
  margin-right: 15px;
  font-size: 14px;
}

.footer {
  width: 100%;
  background: #000;
  overflow: hidden;
}

.footer .foot_menu {
  width: 100%;
  padding-top: 40px;
  border-bottom: 1px solid #2d2d2d;
}

.footer .foot_menu ul {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}

.footer .foot_menu ul li {
  height: 20px;
  width: 138px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border-left: 1px dotted #f2f2f2;
}

.footer .foot_menu ul li:first-child {
  border-left: none;
}

.footer .foot_menu ul li a {
  color: #fff;
  width: 138px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
}

.footer .foot_menu ul li a:hover {
  color: #0057a9;
}

.footer .foot_text {
  width: 100%;
  padding: 40px 0;
}

.footer .foot_text .fl p {
  line-height: 220%;
  color: #ccc;
  font-size: 12px;
}

.footer .foot_text .fl span {
  font-size: 12px;
  color: #666;
  display: block;
  line-height: 220%;
}

.footer .foot_text .fr ul li {
  width: 100px;
  float: left;
  margin-left: 40px;
}

.footer .foot_text .fr ul li img {
  width: 100px;
}

.footer .foot_text .fr ul li p {
  text-align: center;
  width: 100%;
  padding-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #ccc;
}

.page_banner {
  width: 100%;
  overflow: hidden;
  height:560px;
}

.page_banner img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.container {
  width: 100%;
  margin-bottom: 40px;
}

.container .search_bg {
  margin-bottom: 30px;
}

.main_r {
  width: 770px;
}

.news_list {
  width: 100%;
}

.news_list ul li {
  width: 100%;
  float: left;
  border-bottom: 1px solid #EBEBEB;
  padding: 15px 0;
}

.news_list ul li:first-child {
  padding-top: 0;
}

.news_list ul li a {
  display: block;
  width: 100%;
}

.news_list ul li a img {
}

.news_list ul li a span {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.news_list ul li a span:hover {
  color: #0B89DD;
}

.news_list ul li b {
  display: block;
  -webkit-columns: #929292;
          columns: #929292;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 5px;
  line-height: 140%;
}

.news_list ul li p {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 180%;
}

.pages {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.pages a {
  padding: 2px 5px;
  border: 1px solid #0B89DD;
  color: #0B89DD;
  font-size: 12px;
  margin: 0 2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.pages a:hover {
  background: #0B89DD;
  color: #fff;
}

.pages a.active {
  background: #0B89DD;
  color: #fff;
}

.container .i_box2 {
  background: none;
  padding-bottom: 0;
}

.content_tit {
  width: 100%;
}

.content_tit h3 {
  font-size: 20px;
  color: #0b89dd;
  padding: 3px 0;
  line-height: 1.7em;
  text-align: center;
  font-weight: bold;
}

.content_tit p {
  width: 100%;
  text-align: center;
  padding: 10px 0 15px;
}

.content_tit p span {
  line-height: 21px;
  font-size: 12px;
  color: #666;
  margin: 0 5px;
}

.content_des {
  width: 100%;
  border: 1px dotted #E5E5E5;
  padding: 5px 0;
  margin-bottom: 10px;
  text-indent: 24px;
  background: #F5F5F5;
}

.content_des p {
  font-size: 13px;
  color: #868686;
  line-height: 24px;
}

.content p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}

.prve {
  width: 100%;
  margin-top: 20px;
}

.prve p {
  height: 25px;
  width: 100%;
}

.prve p a {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  color: #5a5a5a;
}

.prve p a:hover {
  color: #1c4587;
}

.content_top .content_img {
  width: 302px;
  height: 302px;
  margin-bottom: 21px;
  margin-left: 12px;
  float: left;
  margin-right: 30px;
  position: relative;
  border: 1px solid #eee;
}

.content_top .content_img .imgauto {
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.content_top .content_img .imgauto img {
  display: block;
}

/*.content_top .content_img .imgauto img::-moz-selection {
  background-color: transparent;
}

.content_top .content_img .imgauto img::selection {
  background-color: transparent;
}

.content_top .content_img .imgauto img:hover {
 
}

.content_top .content_img .imgauto img:active {
  
}*/

.content_top .content_price {
  width: 401px;
  float: left;
}

.content_top .content_price h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 33px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}

.content_top .content_price p {
  font-size: 14px;
  margin-bottom: 10px;
}

.content_top .content_price p span {
  font-size: 14px;
  text-decoration: line-through;
  color: #898989;
}

.content_top .content_price p strong {
  color: #FF5022;
  font-size: 20px;
}

.show_guest {
  float: right;
  width: 100%;
}

.show_guest .fl {
  width: 353px;
  height: 458px;
  padding: 0 20px;
  position: relative;
}

.show_guest .fl i {
  width: 1px;
  font-style: normal;
  display: block;
  height: 458px;
  background: #eee;
  position: absolute;
  left: 175px;
  top: 0;
}

.show_guest .fl .guestbook {
  width: 313px;
  height: 148px;
  padding: 15px 0;
  background: #fff;
  position: relative;
  z-index: 99;
  top: 155px;
}

.show_guest .fl .guestbook b {
  width: 313px;
  height: 118px;
  overflow: hidden;
  display: block;
  position: absolute;
}

.show_guest .fl .guestbook b img {
  width: 313px;
  position: absolute;
  top: -70px;
}

.show_guest .fl .guestbook p {
  position: absolute;
  width: 313px;
  height: 118px;
  top: 15px;
  left: 0;
  padding-top: 26px;
}

.show_guest .fl .guestbook p strong {
  font-size: 29px;
  line-height: 43px;
  text-align: center;
  display: block;
  font-weight: normal;
  color: #fff;
}

.show_guest .fl .guestbook p span {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  display: block;
}

.show_guest .fr {
  width: 415px;
  height: 458px;
  padding: 20px;
  border: 1px solid #ECECEC;
}

.show_guest .fr p {
  width: 370px;
  float: left;
  margin: 7px 0;
}

.show_guest .fr p span {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 12px;
  display: block;
}

.show_guest .fr p input {
  width: 370px;
  height: 37px;
  border: none;
  border: 1px solid #ddd;
  font-size: 12px;
  text-indent: 5px;
}

.show_guest .fr p textarea {
  width: 370px;
  height: 162px;
  border: none;
  border: 1px solid #ddd;
  font-size: 12px;
  text-indent: 5px;
}

.show_guest .fr p .btn {
  height: 49px;
  border: none;
  border-radius: 4px;
  background: #0269ab;
  color: #fff;
}

.show_guest .fr p .btn:hover {
  background: #00aff1;
}

.kefu {
  position: fixed;
  right: 0;
  top: 20%;
  width: 53px;
  height: 90px;
  z-index: 99;
  transition: 1s;
}

.kefu p {
  width: 53px;
  height: 90px;
  position: absolute;
  right: 0;
  transition: 1s;
}

.kefu p img {
  position: absolute;
  right: 0;
}

.kefu p span {
  position: absolute;
  right: 6px;
  top: 55px;
  color: #fff;
  font-size: 14px;
}

.kefu:hover {
  right: -60px;
  transition: 1s;
}

.kefu:hover .float_img {
  right: 0;
  transition: 1s;
}

.float_img {
  position: fixed;
  right: -200px;
  top: 20%;
  width: 191px;
  height: 400px;
  z-index: 99;
  transition: 1s;
}

.float_img .qq {
  background: url(../images/floa.png) no-repeat center;
  width: 191px;
  height: 400px;
  padding-top: 130px;
  padding-left: 70px;
  position: absolute;
  right: 0;
  top: -20px;
  transition: 1s;
}

.float_img .qq span {
  position: absolute;
  left: 25px;
  width: 30px;
  color: #fff;
  font-size: 14px;
  top: 45%;
}

.float_img .qq a {
  background: url(../images/qqa.png) no-repeat 4px center;
  height: 25px;
  line-height: 25px;
  width: 84px;
  padding: 0 4px;
  display: block;
  margin: 5px 5px 10px 5px;
  padding-left: 30px;
  border-radius: 4px;
}

.float_img .qq a:hover {
  background: url(../images/qq.png) no-repeat 4px center;
  color: #fff;
  background-color: #1098FF;
}

.scrolltop {
  width: 41px;
  height: 45px;
  position: fixed;
  bottom: 10%;
  right: 5%;
}

.scrolltop p {
  width: 41px;
  height: 45px;
  cursor: pointer;
  background: url(../images/ttpa.png) no-repeat center;
}

.scrolltop p:hover {
  background: url(../images/ttp.png) no-repeat center;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 206px;
  height: 282px;
  float: left;
  background-position: center;
  background-size: cover;
}


.li_menu{position:relative;display:none;font-weight:bold;}
.sideMen li:hover .yangshi{display:block;z-index:999;background-color: #FFFFFF;}
/* .li_menu{ */
  /* float: left; */
  /* width: 100%; */
  /* padding: 0 12px; */
/* } */
/* .li_menu a{ */
    /* text-align: center; */
    /* line-height: 36px; */
    /* border-bottom: 1px dashed #3d3d3d; */
    /* display: block; */
    /* color: #666; */
    /* width: 192px; */
/* } */
/* .li_menu a:hover { */
    /* color: #00afdf; */
    /* border-bottom: 1px dashed #00afdf; */
/* } */

.tag {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    line-height: 40px;
    width: 100%;
}
.flink .i_box2_tit p{
    text-align: left;
}
.flink .i_box2_tit p strong {
    font-size: 20px;
    color: #0b89dd;
}

.list_desc {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.list_desc p {
    font-size: 13px;
    color: #868686;
    line-height: 24px;
    padding: 5px 15px;
    border: 1px dotted #e5e5e5;
}
.area_pro {
    margin-top: 30px;
}
.fink_list {
    width: 100%;
    margin-top: 10px;
}
.fink_list li{
    float: left;
    margin-right: 28px;
}
.fink_list li a{
    font-size: 14px;
    line-height: 28px;
    color: #5a5a5a;
}
.fink_list li a:hover {
    color: #0b89dd;
}

.banner_btn {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 16px;
    overflow: hidden;
    height: 16px;
}
.banner_btn a {
    box-shadow: inset 1px 1px 1px #333;
    width: 12px;
    height: 12px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 3px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
}
.banner_btn a.in{
    background: #0057a9;
}

#newslist li{
  padding-bottom: 7px;
}
#newslist li a{
  width: 80%;
  float: left;
}
#newslist li p{
  margin-bottom: 0;
  float: right;
}

.news_list ul li a .imgauto {
  width: 170px;
  height: 114px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}


/****************************** media ******************************/

/*# sourceMappingURL=yunu.css.map */
